home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / m_wavy.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  295 b   |  16 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 41, 46)
  3.   if pressedBtn = 1 then
  4.     sound stop 1
  5.     sound stop 2
  6.     puppetSound("HELP")
  7.     updateStage()
  8.     repeat while soundBusy(1)
  9.       if the mouseDown then
  10.         exit repeat
  11.       end if
  12.     end repeat
  13.     puppetSound(0)
  14.   end if
  15. end
  16.